home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / dev / misc / ppipc.lzh / Small_Demo / demo.script < prev    next >
Encoding:
Text File  |  1990-03-06  |  512 b   |  12 lines

  1. cd Small_Demo
  2. ;NOTE -- a strange glitch in the (Amigados 1.2) RUN causes it to write the
  3. ;file "*" to this disk[!!?]. This will make it complain if write-protected.
  4. ; the ">NIL: redirection is required if there is more than one RUN in the
  5. ; script to prevent Gurus (so it is included for safety here too).
  6. run >NIL:  SimpleServer >CON:0/0/639/80/SimpleServer:
  7. wait 2
  8. SimpleClient <"CON:40/90/600/100/SimpleClient Input":
  9. ; when client exits, we call the quit message sender to send to port "Demo":
  10. IPCQuit Demo
  11.  
  12.